home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Basic / Visual Basic.60 / VB98 / TEMPLATE / FORMS / DIALOG.FRM (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1998-06-18  |  1.2 KB  |  42 lines

  1. VERSION 5.00
  2. Begin VB.Form Dialog 
  3.    BorderStyle     =   3  'Fixed Dialog
  4.    Caption         =   "Dialog Caption"
  5.    ClientHeight    =   3195
  6.    ClientLeft      =   2760
  7.    ClientTop       =   3750
  8.    ClientWidth     =   6030
  9.    Height          =   3600
  10.    Left            =   2700
  11.    LinkTopic       =   "Form1"
  12.    MaxButton       =   0   'False
  13.    MinButton       =   0   'False
  14.    ScaleHeight     =   3195
  15.    ScaleWidth      =   6030
  16.    ShowInTaskbar   =   0   'False
  17.    Top             =   3405
  18.    Width           =   6150
  19.    Begin VB.CommandButton CancelButton 
  20.       Caption         =   "Cancel"
  21.       Height          =   375
  22.       Left            =   4680
  23.       TabIndex        =   1
  24.       Top             =   600
  25.       Width           =   1215
  26.    End
  27.    Begin VB.CommandButton OKButton 
  28.       Caption         =   "OK"
  29.       Height          =   375
  30.       Left            =   4680
  31.       TabIndex        =   0
  32.       Top             =   120
  33.       Width           =   1215
  34.    End
  35. Attribute VB_Name = "Dialog"
  36. Attribute VB_Base = "0{A64D0C93-7CF4-11CF-AD88-00AA00614F3E}"
  37. Attribute VB_Creatable = False
  38. Attribute VB_PredeclaredId = True
  39. Attribute VB_Exposed = False
  40. Attribute VB_Customizable = False
  41. Option Explicit
  42.